github.com/refraction-networking/utls.serverHelloMsg.secureRenegotiationSupported (field)
8 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L916: if c.handshakes == 0 && hs.serverHello.secureRenegotiationSupported {
handshake_client_tls13.go#L203: hs.serverHello.secureRenegotiationSupported ||
handshake_messages.go#L759: secureRenegotiationSupported bool
handshake_messages.go#L791: if m.secureRenegotiationSupported {
handshake_messages.go#L958: m.secureRenegotiationSupported = true
handshake_server.go#L252: hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
u_public.go#L313: secureRenegotiationSupported: shm.SecureRenegotiationSupported,
u_public.go#L343: SecureRenegotiationSupported: shm.secureRenegotiationSupported,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |